home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Hyper / G / GROUP1.cpt / GROUP1 Folder / Group 1 Analysis / card_9437.txt < prev    next >
Encoding:
Text File  |  1991-08-08  |  6.1 KB  |  281 lines

  1. -- card: 9437 from stack: in
  2. -- bmap block id: 9586
  3. -- flags: 0000
  4. -- background id: 6748
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   show card picture
  9.   show bkgnd field "cover1a"
  10.   put 1 into cd
  11.   repeat until cd = 6
  12.     show card button cd
  13.     add 1 to cd
  14.   end repeat
  15.   put empty into card field "message"
  16.   put "Centrifuging Complete" into line 2 of card field "message"
  17.   put "Liquid layer discarded" into line 4 of card field "message"
  18.   show card button "bath"
  19. end opencard
  20.  
  21.  
  22.  
  23. -- part 1 (button)
  24. -- low flags: 00
  25. -- high flags: 2000
  26. -- rect: left=3 top=44 right=106 bottom=54
  27. -- title width / last selected line: 0
  28. -- icon id / first selected line: 0 / 0
  29. -- text alignment: 1
  30. -- font id: 0
  31. -- text size: 12
  32. -- style flags: 0
  33. -- line height: 16
  34. -- part name: Hydrochloric Acid
  35. ----- HyperTalk script -----
  36. on mouseUp
  37.   global reagent
  38.   get the short name of me
  39.   put it into reagent
  40.   show card picture
  41.   Put empty into card field "message"
  42.   put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
  43.   put reagent into line 3 of card field "message"
  44.   put "is not used at this time" into line 5 of card field "message"
  45.   show card field "message"
  46.  
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 2 (field)
  52. -- low flags: 01
  53. -- high flags: 0001
  54. -- rect: left=190 top=201 right=342 bottom=432
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 3
  59. -- text size: 14
  60. -- style flags: 256
  61. -- line height: 18
  62. -- part name: Message
  63. ----- HyperTalk script -----
  64. on mouseup
  65.   hide card field "message"
  66. end mouseup
  67.  
  68.  
  69.  
  70. -- part 3 (button)
  71. -- low flags: 00
  72. -- high flags: 2000
  73. -- rect: left=63 top=44 right=106 bottom=114
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Nitric Acid
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   global reagent
  85.   get the short name of me
  86.   put it into reagent
  87.   show card picture
  88.   Put empty into card field "message"
  89.   put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
  90.   put reagent into line 3 of card field "message"
  91.   put "is not used at this time" into line 5 of card field "message"
  92.   show card field "message"
  93.  
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 4 (button)
  99. -- low flags: 00
  100. -- high flags: 0000
  101. -- rect: left=124 top=44 right=106 bottom=175
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: Distilled Water
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   global reagent
  113.   get the short name of me
  114.   put it into reagent
  115.   hide card button "bath"
  116.   visual dissolve slow
  117.   go to next card
  118.   show card picture
  119.  
  120.   put 1 into cd
  121.  
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 5 (button)
  127. -- low flags: 00
  128. -- high flags: 2000
  129. -- rect: left=186 top=44 right=106 bottom=237
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Sodium Chromate
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   global reagent
  141.   get the short name of me
  142.   put it into reagent
  143.   show card picture
  144.   Put empty into card field "message"
  145.   put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
  146.   put reagent into line 3 of card field "message"
  147.   put "is not used at this time" into line 5 of card field "message"
  148.   show card field "message"
  149.  
  150.  
  151. end mouseUp
  152.  
  153.  
  154.  
  155. -- part 6 (button)
  156. -- low flags: 00
  157. -- high flags: 2000
  158. -- rect: left=246 top=44 right=106 bottom=297
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 1
  162. -- font id: 0
  163. -- text size: 12
  164. -- style flags: 0
  165. -- line height: 16
  166. -- part name: Ammonia
  167. ----- HyperTalk script -----
  168. on mouseUp
  169.   global reagent
  170.   get the short name of me
  171.   put it into reagent
  172.   show card picture
  173.   Put empty into card field "message"
  174.   put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
  175.   put reagent into line 3 of card field "message"
  176.   put "is not used at this time" into line 5 of card field "message"
  177.   show card field "message"
  178.  
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 10 (button)
  184. -- low flags: 00
  185. -- high flags: 8002
  186. -- rect: left=434 top=205 right=254 bottom=509
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Flow Chart
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   push card
  198.   go to card id 7591
  199.   put 1 into zz
  200.   repeat until zz = 4
  201.     set the highlight of card button step2 to true
  202.     wait 30
  203.     set the highlight of card button step2 to false
  204.     wait 30
  205.     put zz+1 into zz
  206.   end repeat
  207.  
  208. end mouseUp
  209.  
  210.  
  211.  
  212. -- part 11 (button)
  213. -- low flags: 80
  214. -- high flags: 2000
  215. -- rect: left=434 top=112 right=198 bottom=504
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: Bath
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   global kee2
  227.  
  228.   get the short name of me
  229.   put it into reagent
  230.  
  231.  
  232.   Put empty into card field "message"
  233.   put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
  234.   put "Hot Water Bath" into line 3 of card field "message"
  235.   put "is not used at this time" into line 5 of card field "message"
  236.   show card field "message"
  237.  
  238.  
  239.  
  240. end mouseUp
  241.  
  242.  
  243.  
  244. -- part 12 (button)
  245. -- low flags: 00
  246. -- high flags: 2000
  247. -- rect: left=434 top=4 right=90 bottom=504
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 1
  251. -- font id: 0
  252. -- text size: 12
  253. -- style flags: 0
  254. -- line height: 16
  255. -- part name: Centrifuge
  256. ----- HyperTalk script -----
  257. on mouseUp
  258.   global kee2
  259.  
  260.   get the short name of me
  261.   put it into reagent
  262.  
  263.  
  264.   Put empty into card field "message"
  265.   put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
  266.   put "Centrifuge" into line 3 of card field "message"
  267.   put "is not used at this time" into line 5 of card field "message"
  268.   show card field "message"
  269.  
  270.  
  271.  
  272. end mouseUp
  273.  
  274.  
  275.  
  276. -- part contents for card part 2
  277. ----- text -----
  278.  
  279. Centrifuging Complete
  280.  
  281. Liquid layer discarded